PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnableDocumentJavaScriptBlocks Method
True if the document javascript code blocks are enabled.
In This Topic
    setEnableDocumentJavaScriptBlocks Method
    In This Topic
    Sets a value indicating whether document javascript code blocks are enabled.
    If document javascript code blocks are not enabled, then the method will return null and new javascript blocks cannot be created.
    Syntax
    public void setEnableDocumentJavaScriptBlocks( 
       boolean value
    )

    Parameters

    value
    True if the document javascript code blocks are enabled.
    See Also